home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / cnet / ddead.lha / DropDead.DOC < prev    next >
Text File  |  1994-03-29  |  2KB  |  40 lines

  1.                                  DropDead
  2.                                  --------
  3.  
  4.   Drop dead is a little util that punishes the user who drop's carrier on
  5.   your board too many times. It's easily installed like this:
  6.  
  7.   Add to line #80 ( Should be something like 'Lost Carrier') in your bbstext
  8.   
  9.     #0 pfiles:drop.rexx}
  10.     ^
  11.     |
  12.     |
  13.    This is an <CTRL+Q>
  14.  
  15.   Then you decide who many times a user may drop carrier on you at the line
  16.   in drop.REXX that says 'max = 2' (this means that the third time the user
  17.   drops carrier he will be punished) , so if you wan't your user to be 
  18.   punished after 5 drop's, youll alter max to 4....
  19.  
  20.   Then you have to decide what the punishment should be, you got three 
  21.   alternatives to choose between and, you may combine them in every way you
  22.   want. To take bytecreds, set credsleft to the amount of creds you wan't
  23.   the user to maintain, i.e if you set credsleft = 5, 5 bytes is what the
  24.   user will keep. Putting credsleft = 'none'  won't take any bytecreds.
  25.  
  26.   And the same way it is with filesleft, except that this one will take
  27.   filecreds.
  28.  
  29.   Status is actually the status the user will get after his droped enough.
  30.   putting this higher than 31 will turn off this option.
  31.  
  32.           ____     _  _     _____       _____     _____     _____
  33.          /___/\   //\//\   /____/\     /____/\   /____/\   /____/\
  34.         /    \ \ / \/ \ \ /  ___\/_   /  ___\/_ /  _  \ \ / __  \ \
  35.         \__\  \ \\  _  \ \\   _\__/\  \   _\__/\\  \\  \ \\  \\  \ \
  36.             \  \/ \  \  \/ \      \/   \      \/ \  \\  \/ \  \\  \/
  37.              \_/   \_/\_/   \_____/     \_____/   \_/ \_/   \_/\__/
  38.  
  39.  DropDead (C) 1994 by Wolverine / DMI
  40.